<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #273966;
  color: #fff;
}
::-moz-selection {
  background-color: #273966;
  color: #fff;
}
::-webkit-selection {
  background-color: #273966;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial;
  color: #333;
  margin: 0 auto !important;
  position: relative;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #273966;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #273966;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
input,
button {
  outline: none;
}
.wjdh-message {
  z-index: 99999999999999 !important;
}
.wjdh-message * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox {
  display: inline-block;
  position: relative;
}
.UrbansubstationBox * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox *::before {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox *::after {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.Urbansubstation {
  position: absolute;
  z-index: 9999999;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f8f8f8;
  min-width: 160px;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  border-radius: 10px;
}
.Urbansubstation &gt; a {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
}
.Urbansubstation &gt; a:hover {
  color: #273966;
}
.Urbansubstation p a {
  width: 100%;
  padding-left: 10px;
  display: block;
  color: #888 !important;
  line-height: 1.5;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 5px 10px 5px 30px;
  line-height: 26px;
  font-size: 16px;
}
.Urbansubstation p a:hover {
  color: #273966;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px !important;
  color: #333 !important;
  display: block;
  text-align: center;
}
.Urbansubstationfenzhan:hover {
  color: #273966 !important;
}
.UrbansubstationBoxCenter p {
  width: 94%;
  height: 100%;
  border: 1px dashed #e2e2e2;
  margin: 0 auto 10px;
  border-radius: 5px;
  font-size: 15px;
}
.Urbansubstation b {
  display: flex;
  width: 100%;
  font-weight: normal;
  flex-wrap: wrap;
  border-top: 1px solid #999;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Urbansubstation b a:nth-child(1) {
  flex: 0 0 33.33333%;
  text-align: center;
}
.Urbansubstation b a {
  flex: 0 0 33.33333%;
  text-align: center;
}
.UrbansubstationBoxCenter p a {
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.UrbansubstationBox:hover .Urbansubstation {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.Urbansubstation p a:hover::before {
  border-color: #273966;
}
.Urbansubstation p a:hover::after {
  background: #273966;
}
.Urbansubstation p a::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ddd;
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Urbansubstation p a::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  position: absolute;
  top: 11px;
  left: 7px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
}
.Urbansubstation p a:hover {
  transform: translateY(-2px);
  color: #273966 !important;
}
.businessLicenseBox {
  display: none;
  position: fixed;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.businessLicenseBoxCenter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70vw;
  max-height: 70vh;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .businessLicenseBoxCenter {
    max-width: 80vw;
    max-height: 80vh;
    padding: 8px;
  }
}
.businessLicenseImg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}
.businessLicenseClose {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 3px;
  cursor: pointer;
}
.businessLicense img {
  height: 18px;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.disablemouserightclick,
.disablechoose,
.disablecopy {
  display: none;
}
@media screen and (max-width: 768px) {
  #wjdh-kefu {
    display: none !important;
  }
}
.dl-container {
  z-index: 4;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inContent::after,
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 1180px;
  overflow-x: hidden;
}
.button {
  --duration: 0.5s;
  --move-hover: -5px;
  cursor: pointer;
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  display: inline-block;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 4px;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button span i:nth-child(12) {
  --d: 0.6s;
}
.button span i:nth-child(13) {
  --d: 0.65s;
}
.button span i:nth-child(14) {
  --d: 0.7s;
}
.button span i:nth-child(15) {
  --d: 0.75s;
}
.button span i:nth-child(16) {
  --d: 0.8s;
}
.button span i:nth-child(17) {
  --d: 0.85s;
}
.button span i:nth-child(18) {
  --d: 0.9s;
}
.button span i:nth-child(19) {
  --d: 0.95s;
}
.button span i:nth-child(20) {
  --d: 1s;
}
.button:hover {
  --move: -5px;
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.anim-text span {
  display: inline-block;
}
.anim-text i {
  display: inline-block;
  min-width: 10px;
}
.anim-text &gt; span {
  animation: slideIn 10.96s linear infinite;
  opacity: 0;
}
.anim-text &gt; span &gt; i {
  animation: hop2 10.96s linear infinite;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(20vw);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20vw);
  }
}
@keyframes hop2 {
  0%,
  2%,
  4%,
  6%,
  8%,
  10%,
  12%,
  14%,
  16%,
  18%,
  20% {
    transform: translateY(0);
  }
  1%,
  3%,
  5%,
  7%,
  9%,
  11%,
  13%,
  15%,
  17%,
  19% {
    transform: translateY(-0.8em);
  }
  80%,
  82%,
  84%,
  86%,
  88%,
  90%,
  92%,
  94%,
  96%,
  98%,
  100% {
    transform: translateY(0);
  }
  81%,
  83%,
  85%,
  87%,
  89%,
  91%,
  93%,
  95%,
  97%,
  99% {
    transform: translateY(-0.8em);
  }
}
.button2 span {
  display: inline-block;
  overflow: hidden;
}
.button2 i {
  min-width: 4px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.3s;
}
.button2 i::after {
  position: absolute;
  content: attr(data-text);
  transform: translateY(100%);
  transition: 0.3s;
  left: 0;
  top: 0;
}
.button2:hover i {
  transform: translateY(-100%);
}
.header {
  width: 100%;
  height: 112px;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_bg {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 999999;
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
}
.nav_bg .menu {
  width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav_bg .menu .logo {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  flex: 1;
}
.nav_bg .menu .logo a {
  display: flex;
  align-items: center;
}
.nav_bg .menu .logo a img {
  display: block;
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .menu &gt; ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  width: 905px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .menu &gt; ul &gt; li {
  padding: 0;
  position: relative;
}
.nav_bg .menu &gt; ul &gt; li &gt; a {
  display: block;
  height: 112px;
  position: relative;
  z-index: 4;
  text-align: center;
  line-height: 112px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu &gt; ul &gt; li &gt; a::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  background-color: #c8091b;
  width: calc(100% + 40px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu &gt; ul &gt; li &gt; a:hover {
  background-color: transparent;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a {
  color: #fff;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a::before,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a::before {
  height: 100%;
  opacity: 1;
}
.nav_bg .menu &gt; ul &gt; li .sec {
  padding-left: 1px;
  position: absolute;
  z-index: 999999;
  left: 50%;
  top: 100%;
  min-width: 104px;
  text-align: center;
  transform-origin: 0 top;
  -webkit-transform-origin: 0 top;
  -moz-transform-origin: 0 top;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  transform: perspective(400px) rotateX(-90deg) translateX(-50%);
  -webkit-transform: perspective(400px) rotateX(-90deg) translateX(-50%);
  -moz-transform: perspective(400px) rotateX(-90deg) translateX(-50%);
  opacity: 0;
}
.nav_bg .menu &gt; ul &gt; li .sec li {
  position: relative;
}
.nav_bg .menu &gt; ul &gt; li .sec li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 15px;
  line-height: 42px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  padding: 0 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #273966, #273966);
  background-image: linear-gradient(to right, #273966, #273966);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.nav_bg .menu &gt; ul &gt; li .sec li a:hover {
  background-size: 100% 100%;
  background-color: #273966;
  padding-left: 20px;
  padding-right: 10px;
  color: #fff;
}
.nav_bg .menu &gt; ul &gt; li .sec li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
  text-align: center;
  border-left: 1px solid rgba(51, 51, 51, 0.15);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: hidden;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  opacity: 0;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover &gt; li &gt; a {
  background-color: #273966;
  background-size: 100% 100%;
  color: #fff;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  visibility: initial;
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
  opacity: 1;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li {
  opacity: 0;
  transform: translateY(8px);
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.nav_bg .menu &gt; ul &gt; li .sec li:hover ul &gt; li:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav_bg .menu &gt; ul &gt; li:hover .sec,
.nav_bg .menu &gt; ul &gt; li.on .sec {
  transform: perspective(400px) rotateX(0) translateX(-50%);
  -webkit-transform: perspective(400px) rotateX(0) translateX(-50%);
  -moz-transform: perspective(400px) rotateX(0) translateX(-50%);
  opacity: 1;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li,
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li {
  opacity: 0;
  transform: translateY(8px);
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(1),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(2),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(3),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(4),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(5),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(6),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(7),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(8),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(9),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec &gt; li:nth-child(10),
.nav_bg .menu &gt; ul &gt; li.on .sec &gt; li:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}
.nav_bg .menu .search {
  position: relative;
  margin-right: -62px;
  margin-left: 50px;
}
.nav_bg .menu .search .searchIco {
  width: 24px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
}
.nav_bg .menu .search .searchIco em {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .search .searchIco em.searchShow {
  background: url(../images/topSearch.png) center center no-repeat;
}
.nav_bg .menu .search .searchIco em.searchHide {
  background: url(../images/topSehide.png) center center no-repeat;
}
.nav_bg .menu .search .searchIco.topSearch em {
  top: -100%;
}
.nav_bg .menu .search .searchBox {
  width: 0;
  height: 50px;
  position: absolute;
  z-index: 999;
  right: 120%;
  background: #fff;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .search .searchBox .searchInp {
  width: 200px;
  height: 50px;
  border: none;
  line-height: 50px;
  background: none;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
}
.nav_bg .menu .search .searchBox .searchInp::-webkit-input-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.nav_bg .menu .search .searchBox .searchInp::-moz-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.nav_bg .menu .search .searchBox .searchInp:-ms-input-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.nav_bg .menu .search .searchBox .searchInp:focus::-webkit-input-placeholder,
.nav_bg .menu .search .searchBox .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nav_bg .menu .search .searchBox .searchInp:focus::-moz-placeholder,
.nav_bg .menu .search .searchBox .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nav_bg .menu .search .searchBox .searchInp:focus:-ms-input-placeholder,
.nav_bg .menu .search .searchBox .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nav_bg .menu .search .searchBox .submitBtn {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/searchico.png) center center no-repeat;
  width: 60px;
  height: 50px;
  cursor: pointer;
  border: none;
  float: right;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_bg .menu .search .searchBox.searchShow {
  width: 300px;
}
.nav_bg .menu .search .searchBox.searchShow .submitBtn {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.nav_bg .menu .search .searchBox.searchShow .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 1320px) {
  .nav_bg .menu .search {
    margin-right: 0;
  }
}
.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.fixedNav .menu .logo a img {
  max-height: 80px;
}
.fixedNav .menu &gt; ul &gt; li &gt; a {
  height: 90px;
  line-height: 90px;
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
/* 底部 */
.footer {
  background: url(../images/footerbg.jpg) 0 center no-repeat;
  background-color: #000000;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: #b6b6b6;
}
.footer a {
  color: #b6b6b6;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footBox {
  height: 228px;
  padding-top: 62px;
}
.footer .ewmList {
  float: left;
  width: 340px;
}
.footer .ewmList .ewm {
  float: left;
  text-align: center;
  margin-left: 35px;
  font-size: 0;
}
.footer .ewmList .ewm:first-child {
  margin-left: 0;
}
.footer .ewmList .ewm img {
  display: block;
  width: 110px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px;
}
.footer .ewmList .ewm h4 {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #c0c0c0;
  margin-top: 10px;
}
.footer .lxList {
  float: left;
  width: 240px;
}
.footer .lxList .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #f8f8f8;
}
.footer .lxList ul {
  margin-top: 22px;
}
.footer .lxList ul li {
  color: #f0f0f0;
  line-height: 34px;
}
.footer .lxList ul li span {
  display: inline-block;
  vertical-align: top;
}
.footer .lxList ul li i {
  display: inline-block;
  vertical-align: top;
}
.footer .footNav {
  float: right;
  width: 630px;
  display: flex;
  justify-content: space-between;
}
.footer .footNav dl {
  max-width: 190px;
}
.footer .footNav dl dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #f8f8f8;
}
.footer .footNav dl dd {
  font-size: 14px;
  margin-top: 24px;
  height: 102px;
  overflow: hidden;
}
.footer .footNav dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
  color: #c0c0c0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .footNav dl dd a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0 0;
  line-height: 30px;
  text-align: center;
  height: 86px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .copyright img {
  vertical-align: middle;
}
</pre></body></html>